github.com/robfig/cron/v3.Cron.stop (field)

4 uses

	github.com/robfig/cron/v3 (current package)
		cron.go#L16: 	stop      chan struct{}
		cron.go#L118: 		stop:      make(chan struct{}),
		cron.go#L290: 			case <-c.stop:
		cron.go#L327: 		c.stop <- struct{}{}